Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]WifiConnectionStatusKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
rssi
Link copied to clipboard
@get:
JvmName
(
name
=
"getRssi"
)
@set:
JvmName
(
name
=
"setRssi"
)
var
rssi
:
Int
int32 rssi = 3;
ssid
Link copied to clipboard
@get:
JvmName
(
name
=
"getSsid"
)
@set:
JvmName
(
name
=
"setSsid"
)
var
ssid
:
String
string ssid = 2;
status
Link copied to clipboard
@get:
JvmName
(
name
=
"getStatus"
)
@set:
JvmName
(
name
=
"setStatus"
)
var
status
:
ConnStatusProtos.NetworkConnectionStatus
.meshtastic.NetworkConnectionStatus status = 1;
status
Or
Null
Link copied to clipboard
val
WifiConnectionStatusKt.Dsl
.
statusOrNull
:
ConnStatusProtos.NetworkConnectionStatus
?
Functions
clear
Rssi
Link copied to clipboard
fun
clearRssi
(
)
int32 rssi = 3;
clear
Ssid
Link copied to clipboard
fun
clearSsid
(
)
string ssid = 2;
clear
Status
Link copied to clipboard
fun
clearStatus
(
)
.meshtastic.NetworkConnectionStatus status = 1;
has
Status
Link copied to clipboard
fun
hasStatus
(
)
:
Boolean
.meshtastic.NetworkConnectionStatus status = 1;